X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/44eb47b422753bc1aa790741beb17912933c07cd..b7dc2b69d6f7d354ddd82fc3f64fed711ceb317d:/verleihnix/Verleihnix/impl/data/build/classes/propel/Medium.php diff --git a/verleihnix/Verleihnix/impl/data/build/classes/propel/Medium.php b/verleihnix/Verleihnix/impl/data/build/classes/propel/Medium.php new file mode 100644 index 0000000..5cb7204 --- /dev/null +++ b/verleihnix/Verleihnix/impl/data/build/classes/propel/Medium.php @@ -0,0 +1,28 @@ +isNew() || $this->mod >= 999999) { + $this->setMod(0); + } else { + $this->setMod($this->mod + 1); + } + return parent::save($con); + } + +}